Skip to main content

Configuring - Summary Function

Please note that this configuration can be done only at an individual Element level.

  1. In the System Explorer window, select Model Analysis from the navigation pane.

  2. In the Elements tree, locate and select the Element you want (e.g., m_Meter11).

  3. Click on the Attributes tab.

  4. In the Name column, select the Attribute to be rounded (e.g., i_Mass_Volume).

  5. Click on the Data Reference down-arrow and select Utilities as the setting of the attribute (e.g., i_Mass_Volume).

  6. Click on the Settings button to open the Sigmafine Utilities Configuration form window.

  7. Under Available Methods, select Summary (Conditional tag summary function).

  8. Click the Settings button to access the detailed SUMMARY function Settings window.Figure 517: Sigmafine Utilities - Settings [SUMMARY]

  9. Enter the Attributes for the SUMMARY functions according to the following tables.

    Sigmafine Utility – SUMMARY function parameters

    Calculation TypeDescription
    PI ServerName of the PI Server for tag selection.
    PI TagName of the PI Tag targeting the summary.
    SummaryType of the summary to be performed. See the table of the summaries below.
    Filter Summary Specific Settings - PI TagTag for evaluating the condition. It is assumed this tag belongs to the same PI Server of the tag to be totalized.
    Filter Summary Specific Settings - ConditionCondition to be evaluated for the tag. Here’s the list of all the possible condition:Equal (Valid for all types: String, Digital, Int, Double…etc)NotEqual (Valid for all types: String, Digital, Int, Double…etc)Greater (Valid only for numeric types: Int, Double…etc)GreaterOrEqual (Valid only for numeric types: Int, Double…etc)Less (Valid only for numeric types: Int, Double…etc)LessOrEqual (Valid only for numeric types: Int, Double…etc)Like (Valid only for string type) • NotLike (Valid only for string type)
    Filter Summary Specific Settings - ValueCondition value to be evaluated in the Condition.

    Sigmafine Utility – SUMMARY types

    SummaryValueDescription
    Total1A totalization over the time range.
    Average2The average value over the time range.
    Minimum4The minimum value over the time range.
    Maximum8The maximum value over the time range.
    Range16The range of values over the time range (Maximum-Minimum)
    StdDev32The standard deviation over the time range.
    PopulationStdDev64The population standard deviation over the time range.
    Count128The sum of event count over the time range when calculation basis is event weighted. The sum of event time duration over the time range when calculation basis is time weighted.
    PercentGood8192Percent of data with good value during the calculation period. For time weighted calculations, the percentage is based on time. For event weighted calculations, the percent is based on event count.
  10. When finished with the settings, OK to save your selections and close the Sigmafine Utilities - Settings [SUMMARY] window.

    You are returned to the Sigmafine Utilities Configuration form window.

  11. Click OK to save the configuration and close the Sigmafine Utilities Configuration form window.

The following image provides a sample for totalization of the tag SINUSOID based on the value of SINUSOIDU when it is less or equal to 45.Figure 518: Summary totalization of the SINUSOID tag based on the value of SINUSOIDU